I was googling my question and found addUIInterruptionMonitor method:
app.launch()
addUIInterruptionMonitor(withDescription: "System Dialog") { (alert) -> Bool in
alert.buttons["Allow"].tap()
return true
}
app.tap()
We only have to enter an appropriate description and the necessary button title.
Post
Replies
Boosts
Views
Activity
@chbeer, it works for touch id only. For face id and optic id users (in our case, automated test) have to tap some button in the alert.